From ae79d11ec93dc6a3c4bb63eac2a38c3800fbf3ce Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Wed, 11 Mar 2015 16:48:36 +0000 Subject: [PATCH] tools/firmware: fix OVMF clean and distclean They should have used "-ovmf-dir" suffix instead of "-ovmf", as the directory in question is ovmf-dir. Signed-off-by: Wei Liu Cc: Anthony Perard Cc: Ian Campbell Cc: Ian Jackson Acked-by: Ian Campbell --- tools/firmware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile index ca5df42e6a..6cc86cee6d 100644 --- a/tools/firmware/Makefile +++ b/tools/firmware/Makefile @@ -55,7 +55,7 @@ distclean: subdirs-distclean subdir-distclean-etherboot: .phony $(MAKE) -C etherboot distclean -subdir-distclean-ovmf: .phony +subdir-distclean-ovmf-dir: .phony rm -rf ovmf-dir ovmf-dir-remote subdir-distclean-seabios-dir: .phony @@ -70,7 +70,7 @@ ovmf-dir-force-update: ovmf-dir $(GIT) reset --hard $(OVMF_UPSTREAM_REVISION); \ fi -subdir-clean-ovmf: +subdir-clean-ovmf-dir: set -e; if test -d ovmf-dir/.; then \ $(MAKE) -C ovmf-dir clean; \ fi -- 2.30.2